home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMMSGDLG / TFRMMSGDLG.txt
Text File  |  2008-11-13  |  2KB  |  83 lines

  1. object frmMsgDlg: TfrmMsgDlg
  2.   Left = 337
  3.   Top = 285
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'msgdlg'
  7.   ClientHeight = 175
  8.   ClientWidth = 428
  9.   Color = clWhite
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Scaled = False
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyDown = FormKeyDown
  23.   DesignSize = (
  24.     428
  25.     175)
  26.   PixelsPerInch = 96
  27.   TextHeight = 14
  28.   object shpAlertCallout: TShape
  29.     Left = 4
  30.     Top = 44
  31.     Width = 420
  32.     Height = 63
  33.     Anchors = [akLeft, akTop, akRight]
  34.     Enabled = False
  35.     Pen.Color = clSilver
  36.     Visible = False
  37.   end
  38.   object lblMessageText: TLabel
  39.     Left = 8
  40.     Top = 48
  41.     Width = 83
  42.     Height = 14
  43.     Caption = 'lblMessageText'
  44.     ShowAccelChar = False
  45.   end
  46.   object imgType: TImage
  47.     Left = 8
  48.     Top = 8
  49.     Width = 32
  50.     Height = 32
  51.     Transparent = True
  52.   end
  53.   object lblTitle: TLabel
  54.     Left = 48
  55.     Top = 16
  56.     Width = 369
  57.     Height = 16
  58.     Anchors = [akLeft, akTop, akRight]
  59.     AutoSize = False
  60.     Caption = 'lblTitle'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -13
  64.     Font.Name = 'Tahoma'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.     ShowAccelChar = False
  68.     Transparent = True
  69.     WordWrap = True
  70.   end
  71.   object tmrTimeout: TTimer
  72.     Enabled = False
  73.     OnTimer = tmrTimeoutTimer
  74.     Left = 48
  75.     Top = 96
  76.   end
  77.   object ThemeForm: TTeForm2
  78.     ThemeObject = 'StandardDialog'
  79.     Left = 16
  80.     Top = 96
  81.   end
  82. end
  83.